home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 4
/
BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso
/
Files
/
Game
/
C
/
CORE! 1.1.CPT
/
Core! 1.1
/
Battle Programs
/
contest90
/
BEAMER.RED
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-08-13
|
650 b
|
26 lines
;
; Warrior: Beamer
; File name: beamer.red
; Tournament: ICWST'90
; Standard: CWS'88
; Author: Ulrich Ruckert
;
mov # 0 -1
spl -1
jmp -2
target dat 1000
start mov bomb @ target
add # 5 target
sub # 5 bomb
jmn start target
add # 15 target
sub # 15 bomb
djn start timer
mov # 0 -10
jmp start
timer dat # 2
bomb jmp -1002
end start